vcProcessIfStatement
Statement that executes ThenScope when ConditionExpression evaluates to True or ElseScope when it evaluates to False. If ConditionExpression is invalid neither ThenScope nor ElseScope are executed.
See in: Overview
Module: vcProcessModel
Parent: vcStatement
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| ConditionExpression | String | RW | Gets or sets condition expression to evaluate when the statement is executed. |
| ElseScope | vcScope | R | Gets statement scope to execute when ConditionExpression evaluates to False. |
| ThenScope | vcScope | R | Gets statement scope to execute when ConditionExpression evaluates to True. |